Package-level declarations
Types
Functions
Creates a org.gnome.gtk.Button that triggers a callback when clicked.
Creates a org.gnome.gtk.Calendar to display a Gregorian calendar, one month at a time.
Creates a org.gnome.gtk.CenterBox that arranges three children in a row, keeping the middle child centered as well as possible.
Creates a org.gnome.gtk.CheckButton without a label or custom child content.
Creates a org.gnome.gtk.CheckButton with a custom child composable as its content.
Creates a org.gnome.gtk.CheckButton with a simple text label.
Creates a org.gnome.gtk.Entry used to input text.
Creates a org.gnome.gtk.FlowBox that arranges its children in a reflowing grid.
Creates a org.gnome.gtk.GridView bound to the given model. Each element is a composable created using child.
Creates a org.gnome.gtk.ApplicationWindow, a freeform application window.
A horizontally aligned Separator.
Creates a org.gnome.gtk.Button with a single icon.
Creates a org.gnome.gtk.Image that displays an image. Generally used to display an icon.
Creates a org.gnome.gtk.Label that displays text.
Creates a org.gnome.gtk.LevelBar that shows a level indicator.
Creates a org.gnome.gtk.ListView bound to the given model. Each element is a composable created using child.
Creates a org.gnome.gtk.ProgressBar that displays the progress of a long-running operation.
Creates a org.gnome.gtk.CheckButton as a radio button without a label or custom child content.
Creates a org.gnome.gtk.CheckButton as a radio button with a custom child composable as its content.
Creates a org.gnome.gtk.CheckButton as a radio button with a simple text label.
Creates and remembers a ProgressBarState for controlling a ProgressBar composable.
Creates a org.gnome.gtk.Scale that allows to select a numeric value with a slider control.
Creates a org.gnome.gtk.ScrolledWindow that makes its child scrollable.
Creates a org.gnome.gtk.ToggleButton used for toggle states.
A vertically aligned Separator.
Creates a org.gnome.gtk.WindowControls that displays a window's control buttons.